home *** CD-ROM | disk | FTP | other *** search
- *
- * EasyRexx.fd © 1994,1995 Ketil Hunn
- *
- ##base _EasyRexxBase
- ##bias 30
- ##private
- StrLen(string)(a0)
- StrCpy(dest,source)(a0,a1)
- StrDup(string)(a0)
- StrChr(string,f)(a0,d0)
- MatchCommand(table,command)(a0,a1)
- GetCommand(string,command)(a0,a1)
- GetArgs(context, comlen)(a0,d0)
- GetTemplate(table,id)(a0,d0)
- ##public
- FreeARexxContext(context)(a0)
- AllocARexxContextA(taglist)(a0)
- *tagcall
- GetARexxMsg(context)(a0)
- SendArexxCommandA(command,taglist)(a1,a0)
- *tagcall
- ReplyARexxMsgA(context,taglist)(a1,a0)
- *tagcall
- ##end
-